ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / Binding Property

In This Topic
    Binding Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the name of the property that contains Y values for the series.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    See Also